lcPaint_DrawLine Home

Draws a line between 2 points.

 BOOL lcPaint_DrawLine (
   HANDLE hLcWnd,
   double X1,
   double Y1,
   double X2,
   double Y2
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
X1 Y1
  Line start point.
X2 Y2
  Line end point.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).